﻿2026-06-05T18:50:54.1612780Z ##[group]Run actions/checkout@v5
2026-06-05T18:50:54.1614603Z with:
2026-06-05T18:50:54.1615424Z   repository: SaberMage/spt-core
2026-06-05T18:50:54.1623679Z   token: ***
2026-06-05T18:50:54.1624450Z   ssh-strict: true
2026-06-05T18:50:54.1625214Z   ssh-user: git
2026-06-05T18:50:54.1626015Z   persist-credentials: true
2026-06-05T18:50:54.1626892Z   clean: true
2026-06-05T18:50:54.1627686Z   sparse-checkout-cone-mode: true
2026-06-05T18:50:54.1628605Z   fetch-depth: 1
2026-06-05T18:50:54.1629704Z   fetch-tags: false
2026-06-05T18:50:54.1631011Z   show-progress: true
2026-06-05T18:50:54.1632042Z   lfs: false
2026-06-05T18:50:54.1632915Z   submodules: false
2026-06-05T18:50:54.1633907Z   set-safe-directory: true
2026-06-05T18:50:54.1635748Z ##[endgroup]
2026-06-05T18:50:54.3172457Z Syncing repository: SaberMage/spt-core
2026-06-05T18:50:54.3176996Z ##[group]Getting Git version info
2026-06-05T18:50:54.3181027Z Working directory is '/home/david/actions-runner/_work/spt-core/spt-core'
2026-06-05T18:50:54.3184026Z [command]/usr/bin/git version
2026-06-05T18:50:54.3185071Z git version 2.34.1
2026-06-05T18:50:54.3188640Z ##[endgroup]
2026-06-05T18:50:54.3224798Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/035177f5-d666-4395-8d15-e685e27a6974/.gitconfig'
2026-06-05T18:50:54.3253448Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/035177f5-d666-4395-8d15-e685e27a6974' before making global git config changes
2026-06-05T18:50:54.3257203Z Adding repository directory to the temporary git global config as a safe directory
2026-06-05T18:50:54.3261640Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core
2026-06-05T18:50:54.3315000Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-05T18:50:54.3344873Z https://github.com/SaberMage/spt-core
2026-06-05T18:50:54.3363311Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-05T18:50:54.3369003Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-05T18:50:54.3398551Z refs/heads/dev-freeform
2026-06-05T18:50:54.3413628Z [command]/usr/bin/git checkout --detach
2026-06-05T18:50:54.3475503Z HEAD is now at dbb5188 docs(plan): M6 stage-setting — JIT plan, ROADMAP entry, REQ registry rows
2026-06-05T18:50:54.3532473Z [command]/usr/bin/git branch --delete --force dev-freeform
2026-06-05T18:50:54.3572707Z Deleted branch dev-freeform (was dbb5188).
2026-06-05T18:50:54.3621033Z ##[endgroup]
2026-06-05T18:50:54.3624258Z [command]/usr/bin/git submodule status
2026-06-05T18:50:54.3861819Z ##[group]Cleaning the repository
2026-06-05T18:50:54.3866558Z [command]/usr/bin/git clean -ffdx
2026-06-05T18:50:55.1066186Z Removing target/
2026-06-05T18:50:55.1079479Z [command]/usr/bin/git reset --hard HEAD
2026-06-05T18:50:55.1150802Z HEAD is now at dbb5188 docs(plan): M6 stage-setting — JIT plan, ROADMAP entry, REQ registry rows
2026-06-05T18:50:55.1157008Z ##[endgroup]
2026-06-05T18:50:55.1159590Z ##[group]Disabling automatic garbage collection
2026-06-05T18:50:55.1165316Z [command]/usr/bin/git config --local gc.auto 0
2026-06-05T18:50:55.1205135Z ##[endgroup]
2026-06-05T18:50:55.1207971Z ##[group]Setting up auth
2026-06-05T18:50:55.1215164Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-05T18:50:55.1258866Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-05T18:50:55.1530962Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-05T18:50:55.1572145Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-05T18:50:55.1825888Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-05T18:50:55.1868532Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-05T18:50:55.2113631Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-05T18:50:55.2175838Z ##[endgroup]
2026-06-05T18:50:55.2178607Z ##[group]Fetching the repository
2026-06-05T18:50:55.2190860Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +f8e0f8a544c24daefca391ba1ecf75dbf14c69d8:refs/remotes/origin/dev-freeform
2026-06-05T18:50:56.1012648Z From https://github.com/SaberMage/spt-core
2026-06-05T18:50:56.1017976Z  + dbb5188...f8e0f8a f8e0f8a544c24daefca391ba1ecf75dbf14c69d8 -> origin/dev-freeform  (forced update)
2026-06-05T18:50:56.1041486Z ##[endgroup]
2026-06-05T18:50:56.1044384Z ##[group]Determining the checkout info
2026-06-05T18:50:56.1047471Z ##[endgroup]
2026-06-05T18:50:56.1049477Z [command]/usr/bin/git sparse-checkout disable
2026-06-05T18:50:56.1100550Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-05T18:50:56.1142414Z ##[group]Checking out the ref
2026-06-05T18:50:56.1145718Z [command]/usr/bin/git checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-05T18:50:56.1231778Z Warning: you are leaving 1 commit behind, not connected to
2026-06-05T18:50:56.1234345Z any of your branches:
2026-06-05T18:50:56.1235299Z 
2026-06-05T18:50:56.1237054Z   dbb5188 docs(plan): M6 stage-setting — JIT plan, ROADMAP entry, REQ registry rows
2026-06-05T18:50:56.1239272Z 
2026-06-05T18:50:56.1346148Z If you want to keep it by creating a new branch, this may be a good time
2026-06-05T18:50:56.1349370Z to do so with:
2026-06-05T18:50:56.1350212Z 
2026-06-05T18:50:56.1350956Z  git branch <new-branch-name> dbb5188
2026-06-05T18:50:56.1352211Z 
2026-06-05T18:50:56.1353163Z Switched to a new branch 'dev-freeform'
2026-06-05T18:50:56.1355974Z Branch 'dev-freeform' set up to track remote branch 'dev-freeform' from 'origin'.
2026-06-05T18:50:56.1362408Z ##[endgroup]
2026-06-05T18:50:56.1366168Z [command]/usr/bin/git log -1 --format=%H
2026-06-05T18:50:56.1368278Z f8e0f8a544c24daefca391ba1ecf75dbf14c69d8
